aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/groups/[groupId]/layout.tsx')
-rw-r--r--src/app/groups/[groupId]/layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/groups/[groupId]/layout.tsx b/src/app/groups/[groupId]/layout.tsx
index ca50762..07cf17f 100644
--- a/src/app/groups/[groupId]/layout.tsx
+++ b/src/app/groups/[groupId]/layout.tsx
@@ -42,7 +42,7 @@ export default async function GroupLayout({
<div className="flex gap-2 justify-between">
<GroupTabs groupId={groupId} />
- <ShareButton groupId={groupId} />
+ <ShareButton group={group} />
</div>
</div>